home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / dev / misc / gms_dev.lha / GMSDev / Includes / pragmas / monitor_pragmas.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-09-21  |  831 b   |  23 lines

  1. #ifndef _INCLUDE_PRAGMA_MONITOR_LIB_H
  2. #define _INCLUDE_PRAGMA_MONITOR_LIB_H
  3.  
  4. #ifndef CLIB_MONITOR_PROTOS_H
  5. #include <clib/monitor_protos.h>
  6. #endif
  7.  
  8. #if defined(AZTEC_C) || defined(__MAXON__) || defined(__STORM__)
  9. #pragma amicall(MONBase,0x01E,monRemapFunctions(d0))
  10. #pragma amicall(MONBase,0x024,monSetHardware(a0,a1))
  11. #pragma amicall(MONBase,0x02A,monTakeDisplay(a0))
  12. #pragma amicall(MONBase,0x030,monReturnDisplay())
  13. #pragma amicall(MONBase,0x036,monRemakeScreen(a0))
  14. #endif
  15. #if defined(_DCC) || defined(__SASC)
  16. #pragma libcall MONBase monRemapFunctions    01E 001
  17. #pragma libcall MONBase monSetHardware       024 9802
  18. #pragma libcall MONBase monTakeDisplay       02A 801
  19. #pragma libcall MONBase monReturnDisplay     030 00
  20. #pragma libcall MONBase monRemakeScreen      036 801
  21. #endif
  22.  
  23. #endif    /*  _INCLUDE_PRAGMA_MONITOR_LIB_H  */